ArcPad XML Reference
ArcPad.apx (ArcPad custom configuration file)
Send Feedback

Glossary Item Box

ArcPad.apx (ArcPad custom configuration file):

 

Copy Code
<ArcPad>
      <CONFIG>
            <TOOLBARS>
                  <TOOLBAR name="main" visible="true"/>
                        <MENUITEM command="new"/>
                              <SEPARATOR/>
                              <MENUITEM command="openmap"/>
                              <MENUITEM command="savemap"/>
                              <MENUITEM command="savemapas"/>
                              <SEPARATOR/>
                              <MENUITEM command="mapproperties"/>
                              <SEPARATOR/>
                              <MENUITEM command="recentfiles"/>
                              <MENUITEM command="recentlayers"/>
                              <SEPARATOR/>
                              <MENUITEM command="exit"/>
                        </TOOLBUTTON>
                  </TOOLBAR>
                  <TOOLBAR name="tlbCustomToolBar1" caption="Tools" visible="true" image="">
                        <TOOLBUTTON name="tlAddPole" shortcut="" image="Street_Light.ico" onpointerdown="Call AddPole" tooltip="Add Pole" prompt="Add a new pole to the Poles layer"/>
                  </TOOLBAR>
            </TOOLBARS>
      </CONFIG>
      <SCRIPT src="ArcPad.vbs" language="vbscript"/>
</ArcPad>
©2012. All Rights Reserved.